Vcenter Network Projects Vpcs VpcInfo

Vcenter Network Projects Vpcs VpcInfo
Vcenter Network Projects Vpcs VpcInfo

The Vcenter Network Projects Vpcs VpcInfo schema contains details of a VPC in vCenter.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "id": "string",
    "name": "string",
    "external_id": "string"
}
string
id
Required

Identifier of the VPC.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.network.vpc. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.network.vpc.

string
name
Required

Name of the VPC.

This property was added in vSphere API 9.0.0.0.

string
external_id
Required

External identifier of the VPC.

This property was added in vSphere API 9.0.0.0.